home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000345_news@newsmaster….columbia.edu _Wed Aug 5 08:32:35 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA17018
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 5 Aug 1998 08:32:35 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA25092
  7.     for kermit.misc@watsun; Wed, 5 Aug 1998 08:32:34 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: What's broken in MSK 3.15, K95?
  12. Date: 5 Aug 1998 12:32:32 GMT
  13. Organization: Columbia University
  14. Lines: 37
  15. Message-ID: <6q9jd0$sdj$1@apakabar.cc.columbia.edu>
  16. References: <01bdc047$0e6edf00$a9ae440c@ezhuuvqo>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9058
  19.  
  20. In article <01bdc047$0e6edf00$a9ae440c@ezhuuvqo>,
  21. Michael Reagan <michael.reagan@worldnet.att.net> wrote:
  22. : Sorry for provocative Subject...
  23. : I'm running Win95-B (Fat32) on Pentium-120.
  24. : I have internal Diamond Supra 33.6 Voice modem.
  25. : MSKermit 3.14 dials out and connects immediately,  correctly.
  26. : MSK 3.15, MSK3.16 and K95(v1.1.8...16)  all seem to behave the same way:
  27. :   The modem "dings" as for hangup or busy signal, (Kermit) says
  28. :  "busy or no answer" and goes into "wait and redial" loop, then
  29. :  usually succeeds, wasting a minute or so...  
  30. :   I would like to start my debugging by following the trail from
  31. : the changes between MSK 3.14 to 3.15, if that is accessible.
  32. : I don't know how to trace the dialog that works well versus the
  33. : ones that start badly.
  34.  
  35. There is absolutely no relationship between MS-DOS Kermit 
  36. and Kermit 95 other than the fact that they are both Kermit programs.
  37. MS-DOS Kermit and Kermit 95 share no dialing code.  In fact, dialing
  38. in MS-DOS Kermit is done with macros whereas Kermit 95 uses built-in
  39. commands.
  40.  
  41. In both cases you have not specified what commands you are using 
  42. with your modem.  I am assuming that with K95 you are using a
  43. SET PORT COM1 type access method instead of the perfered Microsoft
  44. Telephony mechanisms.  Because of this it would be almost impossible
  45. to provide you additional advice but because you say the initial HANGUP 
  46. and RESET of the modem produces weird affects I would suggest that you
  47. examine the commands that are sent for HANGUP and INIT.
  48.  
  49. In K95, that would be SHOW MODEM.  In K95, you can also 
  50.   SET DIAL HANGUP OFF
  51. to disable to hangup before dialing.
  52.  
  53.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  54.                  The Kermit Project * Columbia University
  55.               612 West 115th St #716 * New York, NY * 10025
  56.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org